home *** CD-ROM | disk | FTP | other *** search
/ Atlas of Oregon / Atlas of Oregon - Disc 1.iso / pc / buttons / buttonStyle1a.swf / scripts / DefineSprite_12 / frame_1 / DoAction.as
Encoding:
Text File  |  2002-07-23  |  165 b   |  9 lines

  1. if(_parent._parent.iconStyle != null)
  2. {
  3.    loadMovie(_parent._parent.iconStyle + ".swf",this);
  4. }
  5. else
  6. {
  7.    loadMovie(_parent._parent.style + ".swf",this);
  8. }
  9.